configuration / chassis0 / slots / [SLOT-ID] / [gps167] / module / satellites

CLI REST-API

gnss-set

gnss-set
This is a read-write object and valid values are:




Applies to modules


GPS167
GPS167SV
GPS170
GRC170
MGR170
GPS180
GLN170
MGR180
GRC180
GRC181
GNS181_UC
GPS190
GNS181
GNM181
GNS190

See also:
/configuration/chassis0/slots/[SLOT-ID]/[gps167]/module/satellites

REST-API Support:


This object is supported by the REST API:

Method: GET
URL: /api/configuration/chassis0/slots/.*/module/satellites


Example using curl:
curl /api/configuration/chassis0/slots/.*/module/satellites


Method: PATCH
URL: /api/configuration/chassis0/slots/.*/module/satellites
Body:
{
  "gnss-set": "disabled"
}

Example using curl:
curl -X PATCH /api/configuration/chassis0/slots/.*/module/satellites -d
{
  "gnss-set": "disabled"
}